home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-07-20 | 15.8 KB | 24 lines | [TEXT/MPS ] |
-
- /*
- * xdiff
- * Compares two text files and outputs a differences file which can be used to
- * execute duplicate edits on another system.
- *
- *
- * National Center for Supercomputing Applications
- * March 7, 1988
- *
- */
- /*
- * File xdiff.c
- *
- * Tim Krauskopf
- *
- * Portions Copyright Apple Computer, Inc. 1985, 1986
- * All rights reserved.
- *
- */
-
- # include <types.h> /* Nearly always required */
- # include <quickdraw.h> /* To access the qd globals */
- # include <toolutils.h> /* CursHandle and iBeamCursor *